home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iaintn.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  44 lines

  1.  
  2. // JavaScript wrapper for r3iaintn.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAINTENSITY_H = 1;
  7. include("real/intact/r3ia2p.js")
  8.  
  9.  
  10. var R3CLID_IAINTENSITY = 1447;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Register geometric objects upporting intensity handle
  16. // Returns: Boolean, true if succeeded.
  17. // p1: Integer, class id of the geometry object supporting radial intensity handle
  18. // p2: Integer, tag for the center attribute (whose type must be R3VECTOR)
  19. // p3: Integer, tag for the 'radius' attribute (type must be R3FLOAT)    
  20.  
  21. R3IAINTENCM_REGISTERHANDLECL = 1447000;
  22.  
  23. function mR3IAINTENCM_REGISTERHANDLECL(p1, p2, p3) {
  24.   return   DoA3(this.r3obj, 1447000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
  25. }
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. function r3Iaintensity () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_IAINTENSITY, arguments);
  36.    }
  37.    // Methods
  38.    this.REGISTERHANDLECL=mR3IAINTENCM_REGISTERHANDLECL;
  39.  
  40.    // Attributes
  41. }
  42.  
  43. r3Iaintensity.prototype=new r3Ia2p;
  44. // r3iaintn.h_H